home *** CD-ROM | disk | FTP | other *** search
/ The PC-SIG Library 10 / The PC-Sig Library - Shareware for the IBM PC and Compatibles (PC-SIG)(Tenth Edition Disks 1-2804)(1991).iso / PC_SIGCD / 05 / 6 / DISK0564.ZIP / SOURCE.ARC / B.ARC / ASCII.H next >
Text File  |  1986-03-11  |  320b  |  17 lines

  1. #define EOS '\000'
  2. #define SOH '\001'
  3. #define EOT '\004'
  4. #define CTRLE '\005'
  5. #define ACK '\006'
  6. #define BEL '\007'
  7. #define BKS '\010'
  8. #define TAB '\011'
  9. #define LF  '\013'
  10. #define CR  '\015'
  11. #define NAK '\025'
  12. #define CAN '\030'
  13. #define ESC '\033'
  14. #define SPACE ' '
  15. #define NL '\n'
  16. #define NEWLINE '\n'
  17.